home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Cool Specials
/
Al Morale Demo
/
Al's Stuff
/
D200.DCR
/
00159_2 Butt.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-02-16
|
274 b
|
18 lines
on mouseDown
puppetSprite(9, 1)
set the memberNum of sprite 9 to 175
set the ink of sprite 9 to 0
updateStage()
repeat while the stillDown
end repeat
end
on mouseUp
puppetSprite(9, 0)
if the optionDown then
PlayRead()
else
go("Read")
end if
end